home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 13 / Developer Source Volume 13 (I-MODE Publications, Inc.)(1999).iso / ORINF / MAY96 / HOSKF113.GIF < prev    next >
Graphics Interchange Format  |  1998-02-10  |  7KB  |  479x369  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | computer icon | computer | operating system | web page | multimedia software | website
OCR: embPrevPage Properties D ... Sub ClickQ Scroll one record to the left, if possible. DIM vRec AS Object VRec = frmContact . GetRecordset ( ) IF vRec. GetCurRow () > 1 THEN VRec. Set CurRow ( vRec. Get CurRow () - 1 ) rContactId = vRec. GetColVal ( "CONTACTID" ) IstContacts. Value = rContactId ELSE BEEP END IF > MouseDown ... D>> MouseUp ...